Add 'Exif' docs.
authoroliskoli <oliskoli>
Fri, 25 Apr 2008 19:09:54 +0000 (19:09 +0000)
committeroliskoli <oliskoli>
Fri, 25 Apr 2008 19:09:54 +0000 (19:09 +0000)
xmldoc/formats/exif.xml [new file with mode: 0644]
xmldoc/formats/options/exif-filename.xml [new file with mode: 0644]

diff --git a/xmldoc/formats/exif.xml b/xmldoc/formats/exif.xml
new file mode 100644 (file)
index 0000000..44b54fa
--- /dev/null
@@ -0,0 +1,9 @@
+<para>
+  With this format GPSBabel reads GPS information from embedded 
+  Exif (Exchangeable image file format) data. Exif is standardized and can
+  hold also GPS data. A good example for Exif information are camera information in JPEG pictures.
+</para>
+<para>
+  At this time this feature can be found in mobile phones with camera and GPS receiver, and other more
+  expansive digital cameras.
+</para>
diff --git a/xmldoc/formats/options/exif-filename.xml b/xmldoc/formats/options/exif-filename.xml
new file mode 100644 (file)
index 0000000..58f90f2
--- /dev/null
@@ -0,0 +1,10 @@
+<para>
+  With this default option waypoint names are generated from source filename.
+</para>
+<para>
+  <userinput>
+     gpsbabel -i exif -f "C:\Pictures\IMG_1199.JPG",filename=Y -o gpx -F OUT.GPX
+  </userinput>
+  The resulting waypoint in OUT.GPX has name IMG_1199.
+</para>
+